home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / var / lib / dpkg / info / binutils-static.preinst < prev    next >
Encoding:
Text File  |  2007-01-05  |  180 b   |  11 lines

  1. #!/bin/sh
  2.  
  3. set -e
  4.  
  5. if [ -L /usr/share/doc/binutils-static ]; then
  6.     # We must be upgrading from a version that depended on binutils
  7.     rm -f /usr/share/doc/binutils-static
  8. fi
  9.  
  10. exit 0
  11.